@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	text-decoration:none;
	list-style:none;
	font-size:12px;
	font-family: "Helvetica Neue Light", Arial, sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	color:#454545;
}
body{
	background-image:url("../img/header_bg.jpg");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFF;
	font-family:"Muli","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#454545;
}
button,input{
	font-family:"Muli","Trebuchet MS",Arial,Helvetica,sans-serif;
}
#container{
	position:relative;
	height:auto;
	width:980px;
	margin:0px auto;
}
#header{
	position:relative;
	height:216px;
	width:980px;
}
#content{
	position:relative;
	height:auto;
	width:940px;
	padding-left:40px;
}
#container2{
	position:relative;
	float:left;
	height:100px;
	width:100%;
	margin-top:40px;
	background-image:url("../img/footer_bg.jpg");
}
#footer{
	position:relative;
	height:100px;
	width:980px;
	margin:0px auto;
}
#linha{
	position:absolute;
	top:-1px;
	right:0px;
	width:60%;
	height:1px;
	background-color:#b8be70;
}
/*Header*/
#header h1{
	position:absolute;
	top:22px;
	left:20px;
}
#header h1 a{
	display:block;
	background-image:url("../img/header_logo.png");
	width:201px;
	height:96px;
}
#header_procura{
	position:absolute;
	top:84px;
	right:20px;
	width:170px;
	height:25px;
	background-image:url("../img/header_procura.png");
	padding-left:30px;
	padding-top:9px;
}
#header_procura input{
	width:160px;
	background-color:transparent;
}
#header>ul{
	position:absolute;
	top:177px;
	left:0px;
}
#header a{
	font-size:13px;
	letter-spacing:-1px;
	color:#838383;
	text-transform:uppercase;
}
#header>ul>li{
	float:left;
	position:relative;
}
#header>ul>li>a{
	padding:44px 18px 17px 17px;
}
#header>ul>li:hover>a{
	background-color:#141414;
	color:#FFF;
}
#header>ul ul{
	display:none;
}
#header>ul>li:hover>ul{
	display:block;
}
#header>ul li ul li:hover ul{
	display:block;
}
#header>ul>li>ul{
	position:absolute;
	top:33px;
	right:0px;
	background-color:#f6f6f6;
	background-image:url("../img/header_submenu.jpg");
	background-repeat:repeat-x;
	width:195px;
	padding:16px 0px 10px 0px;
	border-bottom:1px solid #d3d3d3;
	z-index:20;
}
#header>ul ul ul{
	position:absolute;
	top:6px;
	left:195px;
	background-color:#f6f6f6;
	width:257px;
	min-height:132px;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	z-index:10;
}
#header>ul ul ul.maior{
	min-height:132px;
}
#header>ul>li>ul>li>a{
	display:block;
	padding:3px 10px 3px 10px;
	text-align:right;
}
#header>ul ul ul li{
	width:260px;
	float:left;
}
#header>ul ul ul li a{
	display:block;
	padding:3px 10px;
}
#header>ul ul li:hover>a{
	color:#FFF;
	background-color:#005122;
}
/*Footer*/
#footer p{
	text-align:right;
	font-size:11px;
	margin-bottom:7px;
	margin-right:40px;
}
#footer>a{
	position:absolute;
	top:-2px;
	left:20px;
	width:115px;
	height:45px;
	background-image:url("../img/footer_twitter.jpg");
}
#footer>redes{
	position:absolute;
	top:-2px;
	left:25px;
	width:115px;
	height:45px;
	margin-left:1000px;
}

#footer input{
	text-align:right;
	border:1px solid #cfcfcf;
	background-color:transparent;
}
/*ETC*/
#indice{
	position:relative;
	float:left;
	width:193px;
	height:230px;
	margin-top:55px;
	clear:left;
}
#indice h4{
	padding-left:25px;
	background-image:url("../img/home_indice.png");
	background-repeat:no-repeat;
	background-color:#d3dc9a;
	line-height:26px;
	margin-bottom:3px;
	cursor:pointer;
}
#indice h4:hover{
	color:#1c5b14;
}
#indice div{
	width:183px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
#filiacao a{
	float:left;
}
#economico th,#economico td{
	font-size:11px;
	text-align:left;
	padding-right:8px;
	padding-bottom:3px;
}
#economico th{
	color:#646d2c;
	padding-bottom:10px;
}
#evento,#filiacao,#economico{
	display:none;
}
#evento a:hover{
	text-decoration:underline;
}
#numero{
	position:relative;
	float:left;
	width:193px;
	height:238px;
	background-image:url("../img/home_numeros_bg.jpg");
	background-repeat:no-repeat;
	padding-top:230px;
	margin-top:50px;
}
#numero h4{
	text-align:center;
	width:180px;
	margin-left:7px;
	font-size:14px;
	margin-bottom:9px;
}
#numero>div{
	width:193px;
	height:200px;
	overflow:hidden;
}
#numero p{
	text-align:center;
	width:180px;
	margin-left:7px;
	margin-bottom:9px;
}
#empreendedor p{
	margin-bottom:8px;
}
#empreendedor input[type="submit"]{
	padding:2px 6px;
	background-color:#d3dc9a;
	margin-left:35px;
	cursor:pointer;
}
#empreendedor input[type="text"],#empreendedor input[type="password"]{
	width:135px;
	border:1px solid #AAA;
	float:right;
}
/*Classes*/
.hidden{
	display:none;
}
.verde{
	color:#1c6500;
}
.marrom{
	color:#b8be70
}
.branco{
	color:#FFF;
}
.gerencial{
	padding:2px 6px;
	background-color:#d3dc9a;
	color:#000000;
}

/* GALERIA FOTOS */
#imagesShopping			{ width:606px; height:auto; margin-left:32px; padding-left:30px; float:left; margin-bottom:5px;}
.shopping-canvas a		{ opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
.shopping-canvas a:hover{ opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
.sombra					{ background:url(../img/galeria/sombra.png) no-repeat; width:574px; height:50px; position:absolute; z-index:0; margin:402px auto 132px 1px;}
.sombra-mapa			{ background:url(../img/galeria/sombra.png) no-repeat; width:574px; height:50px; position:absolute; z-index:0; margin:1333px auto 132px 63px;}
.shopping-left			{ position:absolute; z-index:200; margin:195px 0px 0px -30px; width:31px; height:33px; background-image:url(../img/galeria/leftarrow.png); cursor:pointer;}
.shopping-right			{ position:absolute; z-index:200; margin:195px 0px 0px 575px; width:31px; height:33px; background-image:url(../img/galeria/rightarrow.png); cursor:pointer;}
.shopping-canvas		{ float:left; width:574px; height:517px; margin:0px 0px 0px 46px;}
.shopping-canvas img	{ margin:20px 0px 0px -45px; position:absolute;}
.shopping-lettering		{ float:left; width:606px; text-align:right; margin-top:15px; color:#c1ae91;}
/* GALERIA FOTOS */
